home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog5 < prev    next >
Text File  |  1995-06-29  |  170b  |  10 lines

  1. # callback test
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed -labelString "Push Me"
  5. .fred armCallback {puts stdout "hi there"}
  6.  
  7. . realizeWidget
  8.  
  9. . mainLoop
  10.